XMLNode.Clone Function

Duplicates the current node. The Deep parameter indicates whether to also duplicate all the child nodes.

Syntax

result = XMLNode.Clone( Deep )

Parameters

Deep

Boolean

Return Value

Result

XMLNode

Notes

It returns an XMLNode.